CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 内存 库

搜索资源列表

  1. 实时库kl

    0下载:
  2. 主要是用于电力系统实时库建立以及内存的分配和使用,对于电力系统通讯实时性有很好的保证-the code is designed for the real-time database which is widely used in the electrical power system, the special design in memory distributing and using makes good assurance for the real time communication.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:49651
    • 提供者:流风
  1. c库部分源代码

    0下载:
  2. c库的部分源代码 用惯了操作系统提供的内存api,你是否了解系统的运行机制,这是提供动态内存分配最简单的实现代码 静态的代码库 可用各种c编译-c for the source code of the operating system are used to provide memory api, whether you know the operating mechanism, which is to provide the most dynamic memory allocation to
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:15954
    • 提供者:
  1. 内存映像(动态库间)

    1下载:
  2. 动态库之间的内存共享(在动态库和主程序之间以及在动态库和动态库之间共享内存)-DLL between memory sharing (DLL and the main program and the dynamic between the library and DLL between shared memory)
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:49249
    • 提供者:李天顺
  1. 内存占用显示

    0下载:
  2. MICROSOFT 基础类库: ShowMem 项目概述 应用程序向导已为您创建了此 ShowMem 应用程序。此应用程序不仅介绍了使用Microsoft 基础类的基本知识, 而且是编写应用程序的起点。
  3. 所属分类:Windows编程

    • 发布日期:2014-01-17
    • 文件大小:83379
    • 提供者:zhanglei
  1. 进程内存映象

    1下载:
  2. 可以加载进程,并查看它在内存中程序、连接库及各种数据的地址映象-can loading process, and view it in the memory process, library data and the address mapping
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:344392
    • 提供者:薛杉
  1. 减少内存占用

    0下载:
  2. 优化C++程序编译效率的实例 (1)自定义程序的入口 (2)合并区段 (3)不用调malloc,free等函数 (3)不用cout来输出,cin来输入 (4)如果调用了很多库函数如memset,stycpy等等 的话,请导入msvcrt.lib,不然编译器会在程序里面 导入静态库,这样的话程序就会大很多。。 (5)........ 减少程序运行内存占用量可以调用 SetProcessWorkingSetSize(GetCurrentProcess(),-1,-1);
  3. 所属分类:系统编程

    • 发布日期:2009-02-10
    • 文件大小:5807
    • 提供者:newviews
  1. 动态连接库的祥细使用说明

    0下载:
  2. 动态连接库的祥细使用说明,主要介绍如何获得内存资源问题。 让你轻松学习DLL,让你从初学者上升为中级。
  3. 所属分类:Windows编程

    • 发布日期:2009-03-12
    • 文件大小:1576906
    • 提供者:ymiw163
  1. 基于Win下的VS内存检测工具

    0下载:
  2. 这是一款在Windows下的内存检测工具,能具体定位到哪一行代码有泄漏。用法很简单,将库Lib路径设置好,并在你要检测的工程里include 就可以了。工程执行完后退出便可看到内存是否泄漏。
  3. 所属分类:开发工具

    • 发布日期:2010-10-19
    • 文件大小:421609
    • 提供者:zedrn@21cn.com
  1. memz内存压缩库

    0下载:
  2. 内存数据压缩库
  3. 所属分类:VxWorks

    • 发布日期:2011-11-02
    • 文件大小:961343
    • 提供者:tearring
  1. 实现模仿系统的内存分配

    0下载:
  2. 当时在WinCE下工作,项目中给我们指定使用的内存大小只有10M,而在项目中经常发生内存泄漏,内存使用超出范围等各种错误,所以为了项目质量的提高,写了一个模块系统内存分配的库,用于管理项目中的内存分配。重载了 new,delete 以及实现了 malloc free
  3. 所属分类:源码下载

    • 发布日期:2011-11-27
    • 文件大小:15840
    • 提供者:sulong1234
  1. 实现内存DC画图并保存为jpg图像的函数

    0下载:
  2. 一个实现内存DC画图并保存为jpg图像的函数,先保存成BMP再压缩实现。压缩可用我上传的CXimage类库实现。-A realize DC and keep drawing memory for images of the function JPG, BMP first save into further compression realized. Can I upload the compression CXimage class library realized.
  3. 所属分类:GDI/图象编程

    • 发布日期:2017-03-23
    • 文件大小:2365
    • 提供者:刘得桦
  1. JpegLib_IJG.直接在内存中解压jpeg的IJG库

    0下载:
  2. 修正好的可以直接在内存中解压jpeg的IJG库,Good can be amended directly decompress jpeg in memory of the IJG library
  3. 所属分类:图片显示浏览

    • 发布日期:2017-03-22
    • 文件大小:257291
    • 提供者:xj
  1. mini memory db linux下的迷你内存数据库

    0下载:
  2. linux下的迷你内存数据库,操作简单,便于使用,源码量小,适于学习-Under linux mini-memory database, simple operation, easy to use, a small amount of source code, suitable for learning
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-03-23
    • 文件大小:182057
    • 提供者:齐鲁
  1. ShareMemory

    0下载:
  2. Windows下共享内存工具库,包含源代码和例子程序(服务器与客户端)-Shared memory under Windows tool library, including source code and sample applications (server and client)
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-24
    • 文件大小:298310
    • 提供者:胡欢
  1. MemoryRead

    4下载:
  2. Delphi写的内存搜索与内存读写操作库 指定进程,在进程中查找对应的字符与字符串,或者其他类型的数据。-Delphi to write the memory search and memory read and write operation of the Treasury designated the process, in the process to find the corresponding characters with the string, or other types o
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-22
    • 文件大小:290415
    • 提供者:huping
  1. SmartHandle

    0下载:
  2. 资源句柄智能指针类,支持一般资源句柄、注册表句柄、文件视图句柄、动态库句柄及文件句柄的动态卸载的能力,防止不小心而造成的内存泄露;-Resources to handle the smart pointer class, general resources to support the handle, registry handles, file handles view, dynamic library file handle and handle the dynamic unloading
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:1268
    • 提供者:sword
  1. lib7z-从内存解压

    0下载:
  2. 使用7zlib静态库解压缩文件,VS2010版(Using 7zlib static library to extract files, VS2010 version)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:689152
    • 提供者:iams13
  1. 内存注入

    1下载:
  2. 内存注入模块,采用核心支持库编写,实现游戏、程序、窗口,内存方式注入(Memory injection module, using the core support library to write, realize the game, program, window, memory injection)
  3. 所属分类:易语言编程

  1. 在内存中进行数据解压缩的分析比较

    0下载:
  2. 本文采用三种不同软件公司的动态链接库组件,分别进行内存解压缩实验,这三种组件分别是: 1、 使用zlib 软件公司的zlib.dll动态链接库组件进行内存解压 2、 使用info-zip软件公司的vbuzip10.dll(也就是unzip32.dll)动态链接库组件进行内存解压 3、 使用xceed软件公司的xceed zip compression library V5.0版本的xceedzip.dll动态链接库组件进行内存解压(This article uses three diffe
  3. 所属分类:Windows编程

    • 发布日期:2018-01-10
    • 文件大小:343040
    • 提供者:czcjy123
  1. 《内存DLL操作支持库》含例子源码和演示录像

    0下载:
  2. 内存中DLL的注入和卸载,适用于游戏外挂注入。(The injection and uninstall of DLL in memory is suitable for game plug-in injection.)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:3385344
    • 提供者:誉满天下
« 12 3 4 5 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com